From 4d60a40fdc2cfc6cfc7a116a8c1fecbaf4241ec7 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 23 Mar 2004 07:41:38 +0000 Subject: [PATCH] (display-time-string-forms): Fix help-echo date format. --- lisp/time.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/time.el b/lisp/time.el index a4c5f97ac98..ebc883b3d8e 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -177,7 +177,7 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'." (format-time-string (or display-time-format (if display-time-24hr-format "%H:%M" "%-I:%M%p")) now) - 'help-echo (format-time-string "%s %b %e, %Y" now)) + 'help-echo (format-time-string "%a %b %e, %Y" now)) load (if mail ;; Build the string every time to act on customization. -- 2.30.2